runtime.sigctxt.sigFromUser (method)
7 uses
runtime (current package)
os_linux.go#L891: func (c *sigctxt) sigFromUser() bool {
signal_unix.go#L689: if !c.sigFromUser() && flags&_SigPanic != 0 && (gp.throwsplit || gp != mp.curg) {
signal_unix.go#L703: if !c.sigFromUser() && flags&_SigPanic != 0 {
signal_unix.go#L721: if c.sigFromUser() || flags&_SigNotify != 0 {
signal_unix.go#L727: if c.sigFromUser() && signal_ignored(sig) {
signal_unix.go#L1026: if GOOS != "freebsd" && (isarchive || islibrary) && handler == _SIG_DFL && !c.sigFromUser() {
signal_unix.go#L1196: if (c.sigFromUser() || flags&_SigPanic == 0) && sig != _SIGPIPE {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |